home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 383
- Top = 193
- Width = 365
- Height = 276
- Caption = 'Sample Transaction Queuer (GUI)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 57
- Width = 357
- Height = 187
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Label2: TLabel
- Left = 9
- Top = 13
- Width = 80
- Height = 16
- Caption = 'Card number:'
- end
- object Label3: TLabel
- Left = 9
- Top = 45
- Width = 79
- Height = 16
- Caption = 'Expiry month:'
- end
- object Label4: TLabel
- Left = 9
- Top = 77
- Width = 70
- Height = 16
- Caption = 'Expiry year:'
- end
- object Label5: TLabel
- Left = 9
- Top = 109
- Width = 68
- Height = 16
- Caption = 'Your name:'
- end
- object Button1: TButton
- Left = 8
- Top = 137
- Width = 75
- Height = 25
- Hint = 'Queue new transaction with current information'
- Caption = '&Queue'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 136
- Top = 137
- Width = 75
- Height = 25
- Hint = 'Check (or re-queue) transaction with current information'
- Caption = '&Check'
- TabOrder = 1
- OnClick = Button1Click
- end
- object BitBtn1: TBitBtn
- Left = 272
- Top = 137
- Width = 75
- Height = 25
- Hint = 'If still queued, cancel transaction matching current information'
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = BitBtn1Click
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333333333000033338833333333333333333F333333333333
- 0000333911833333983333333388F333333F3333000033391118333911833333
- 38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
- 911118111118333338F3338F833338F3000033333911111111833333338F3338
- 3333F8330000333333911111183333333338F333333F83330000333333311111
- 8333333333338F3333383333000033333339111183333333333338F333833333
- 00003333339111118333333333333833338F3333000033333911181118333333
- 33338333338F333300003333911183911183333333383338F338F33300003333
- 9118333911183333338F33838F338F33000033333913333391113333338FF833
- 38F338F300003333333333333919333333388333338FFF830000333333333333
- 3333333333333333333888330000333333333333333333333333333333333333
- 0000}
- NumGlyphs = 2
- end
- object Edit2: TEdit
- Left = 120
- Top = 8
- Width = 225
- Height = 24
- TabOrder = 3
- Text = '6666123412341234'
- end
- object Edit3: TEdit
- Left = 120
- Top = 40
- Width = 225
- Height = 24
- TabOrder = 4
- Text = '07'
- end
- object Edit4: TEdit
- Left = 120
- Top = 72
- Width = 225
- Height = 24
- TabOrder = 5
- Text = '2000'
- end
- object Edit5: TEdit
- Left = 120
- Top = 104
- Width = 225
- Height = 24
- TabOrder = 6
- Text = 'Bill'
- end
- object Status: TPanel
- Left = 0
- Top = 170
- Width = 357
- Height = 17
- Align = alBottom
- BevelInner = bvLowered
- TabOrder = 7
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 357
- Height = 57
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 100
- Height = 16
- Caption = 'Queue Directory:'
- end
- object Edit1: TEdit
- Left = 120
- Top = 5
- Width = 225
- Height = 24
- Hint = 'Directory in which ".trn" transaction files will be placed'
- TabOrder = 0
- OnChange = Edit1Change
- end
- object UseICVerify: TCheckBox
- Left = 8
- Top = 32
- Width = 124
- Height = 17
- Hint =
- 'Queue using ICVerify format (Note: TRNPROC .exe won'#39't recognise ' +
- 'it!)'
- Alignment = taLeftJustify
- Caption = 'Use ICVerify'
- TabOrder = 1
- OnClick = UseICVerifyClick
- end
- end
- object SimpleFileTransactionQueuer1: TSimpleFileTransactionQueuer
- Left = 264
- Top = 32
- end
- object ICVerifyTransactionQueuer1: TICVerifyTransactionQueuer
- Left = 304
- Top = 32
- end
- end
-